Versions:
zls 0.15.1, published by zigtools, is a language server that supplies Zig developers with the same IDE-grade conveniences long enjoyed by users of mainstream languages. Written in Zig itself and distributed under an MIT licence, the server plugs into any editor that supports the Language Server Protocol—VS Code, Vim, Neovim, Emacs, Sublime Text, Helix, Kate, and others—delivering on-the-fly autocomplete, goto-definition, hover documentation, workspace-wide symbol search, real-time diagnostics, code formatting, snippets, and automatic import insertion. Because Zig’s compile-time metaprogramming can radically reshape source files, zls interrogates the compiler incrementally to keep its index accurate, ensuring that even heavy comptime logic is reflected correctly in completions and cross-references. The server is equally useful for kernel hackers writing freestanding code, application authors targeting multiple OS tiers, and library maintainers who need instant feedback on public API changes; hobbyists benefit from the same zero-configuration experience once the executable is on PATH. Since its first tagged release the project has iterated through six public versions, each tightening memory usage, shaving startup latency, and widening editor compatibility while tracking the evolving Zig master branch. The current 0.15.1 build refines semantic token resolution and introduces preliminary support for the new self-hosted compiler frontend, letting teams adopt nightly Zig without sacrificing tooling stability. The program is classified in the IDE & Coding Tools category and is available for free on get.nero.com, where downloads are supplied via trusted Windows package sources such as winget, always delivering the latest version and supporting batch installation of multiple applications.
Tags: